home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / Chip Haziran 2000.iso / prog / share / 31 / DATA1.CAB / MMC / immc.exe / mmc.exe / HTML / _MENUBAR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-11-04  |  795 b   |  67 lines

  1. /* EXTERNAL STYLE SHEET FOR MENUBAR ELEMENTS */
  2.  
  3. .divTaskpad
  4.     {
  5.     position:absolute;
  6.     left:0%;
  7.     top: 0%
  8. //    top:6.5%;
  9.     width:100%;
  10.     height:93.5%;
  11.     }
  12.  
  13. .divMenubar
  14.     {
  15.     position:absolute;
  16.     left:0%;
  17.     top:0%;
  18.     width:100%;
  19.     height:0% // no menubar
  20.     //height:6.5%;
  21.     font-size:1pt;
  22.     }
  23.     
  24. .divMenu
  25.     {
  26.     position:absolute;
  27.     left:0;
  28.     top:0;
  29.     width:0%; no menubar
  30.     //width:100%;
  31.     height:80%;
  32.     }
  33.  
  34. .tblMenu
  35.     {
  36.     font-family:Verdana;
  37.     font-weight:bold;
  38.     cursor:default;
  39.     }
  40.  
  41. .divBand
  42.     {
  43.     position:absolute;
  44.     left:0;
  45.     top:80%;
  46.     width:100%;
  47.     height;0; no band
  48.     //height:20%;
  49.     }
  50.  
  51. .anchorMenuDefault
  52.     {
  53.     text-decoration:none;
  54.     cursor:hand;
  55.     }
  56.  
  57. .anchorMenuSelected
  58.     {
  59.     text-decoration:underline;    
  60.     }
  61.     
  62. .clsNav
  63.     {
  64.     font-family:Marlett;
  65.     cursor:default;
  66.     }
  67.